home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4565 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: news.nask.org.pl!cyfronet!student!iskra
  3. From: iskra@student.uci.agh.edu.pl (Kamil Iskra)
  4. Subject: Re: Registerized args under GCC...
  5. Message-ID: <DnL3At.HB3@cyf-kr.edu.pl>
  6. Sender: news@cyf-kr.edu.pl (News Administrator)
  7. Nntp-Posting-Host: student.uci.agh.edu.pl
  8. Organization: Academic Computer Centre, CYFRONET
  9. X-Newsreader: TIN [version 1.1 PL8]
  10. References: <9602280157.AA000ze@ancient.demon.co.uk>
  11. Date: Fri, 1 Mar 1996 10:18:28 GMT
  12.  
  13. John Stoll (js@ancient.demon.co.uk) wrote:
  14. > Can anybody explain to me how I can use registerized arguments with GCC?
  15.  
  16. You can't. GCC does not support registerized arguments. 
  17.  
  18. If you really have to use them, write a small stub in assembler that
  19. pushes appropriate registers on stack and calls C routine. 
  20.  
  21. I started working on adding support for registerized arguments in GCC,
  22. with fairly promising results, but currently I don't have time to continue
  23. working on it. 
  24.  
  25. --
  26. / Kamil Iskra - AMIGA 1200, 68030 50MHz, HDD 850 MB, 10 MB RAM \
  27. | iskra@student.uci.agh.edu.pl  kiskra@ernie.icslab.agh.edu.pl |
  28. | http://student.uci.agh.edu.pl/~iskra                         |
  29. \ PGP public key available via Finger or WWW                   /
  30.